/* resetcss */
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  border: none;
}

/* default font */
body {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  min-width: 1280px;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
/* main */
.main {
  margin-top: 29px;
}

/* 轮播 */
.news-swiper {
  height: 393px;
  width: 700px;
  border-radius: 25px;
  overflow: hidden;
  float: left;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
  /* width: 100%; */
  height: 100%;
}

.swiper-slide img,
.swiper-slide a {
  width: 100%;
  height: 100%;
}

.swiper-title {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 37px;
  padding-top: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 16px;
  width: 100%;
  left: 575px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
  width: 32px;
}

.news-wrapper {
  width: 543px;
  float: right;
  position: relative;
}
.news-animate-bar{
  width: 543px;
  overflow: hidden;
  position: relative;
  min-height: 321px;
}
.news-content{
  position: absolute;
  width: 543px;
  transition: .5s ease;
  left: 100%;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

.news-nav-title>li {
  display: inline-block;
}

.news-nav-title {
  padding-top: 5px;
  padding-bottom: 10px;
  width: 496px;
  border-bottom: 2px solid #ed5296;
  position: relative;
  float: left;
  font-size: 24px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.news-nav-title>li:first-child {
  margin-left: 2px;
}

.news-nav-title>li {
  margin-right: 37px;
  cursor: pointer;
}

.news-nav-title>li:hover {
  color: #ed5296;
}

.news-active {
  color: #ed5296;
}

.news-nav-title::after {
  content: '';
  height: 20px;
  width: 58px;
  position: absolute;
  background: url('/index2021/decorate.png') no-repeat;
  right: -46px;
  bottom: -20px;
}

.news-nav {
  margin-bottom: 20px;
  position: relative;
}

.news-more{
  position: absolute;
  right: 0;
}

.news-item {
  /* height: 79px; */
  width: 100%;
  /* margin-bottom: 20px; */
}

.news-item:last-child {
  margin-bottom: 0;
}
.news-item>a:hover>.news-date>span,.news-item>a:hover>.news-article>h3{
  color: #ed5296;
}

.news-date {
  float: left;
  width: 91px;
  text-align: center;
  /* padding-top: 23px; */
}

.news-date>h3 {
  font-size: 24px;
  font-family: Heavy;
  color: #c8c8c8;
}

.news-date>span {
  font-size: 16px;
  color: #444;
}

.news-article {
  float: left;
  width: 451px;
  background: white;
  box-sizing: border-box;
  padding-right: 5px;
  height: 85px;
  overflow: hidden;
  /* padding-top: 23px */
}

.news-article>h3 {
  font-size: 20px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  line-height: 58px
}

.more {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 12px;
  margin-left: -8px;
  position: relative;
  right: 8px;
}

.more:hover{
  color: #ff8d8d;
}

.service-title {
  margin-top: 30px;
  margin-bottom: 36px;
}

.service-title>h2 {
  width: 1234px;
  border-bottom: 2px solid #ed5296;
  position: relative;
  float: left;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #ed5296;
  padding-bottom: 10px;
}

.service-title>h2::after {
  content: '';
  height: 20px;
  width: 58px;
  position: absolute;
  background: url('/index2021/decorate.png') no-repeat;
  right: -46px;
  bottom: -20px;
}

.service-item {
  float: left;
  width: 400px;
  margin-bottom: 18px;
  overflow: hidden;
}

.service-item:not(:first-child) {
  margin-left: 40px;
}

.service-img-wrapper {
  height: 225px;
  width: 400px;
  overflow: hidden;
  border-radius: 25px;
}

.service-img {
  height: 225px;
  width: 400px;
  background: gray;
  border-radius: 25px;
  vertical-align: top;
  transition: all 1s
}

.service-itme-title {
  margin-top: 21px;
  margin-bottom: 25px;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  height: 26px;
  /* overflow: hidden */
}

.service-itme-title a {
  color: #000;
  font-weight: 800;
    text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

.service-itme-title a:hover {
  color: #ed5296;
}

.service-content {
  list-style: url("/index2021/service_icon.png");
  margin-left: 17px;
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}


.service-content a {
  color: #888;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 21px;
  display: inline-block;
  vertical-align: bottom;
}

.service-content a:hover {
  color: #ff8d8d;
}

.service-item img:hover {
  transform: scale(1.1);
  transition: 1s;
}

.middle-banners {
  font-size: 0;
  margin-bottom: 38px;
}
.middle-banners img{
  border-radius: 15px;
}
/* .middle-banners a:hover img{
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
} */

.middle-banners>a:last-child {
  margin-left: 40px;
}

.people-column {
  width: 477px;
  float: left;
}

.exclusive {
  margin-left: 51px;
  margin-right: 35px;
}

.role-title>h2 {
  width: 430px;
  border-bottom: 2px solid #ed5296;
  position: relative;
  float: left;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #ed5296;
  padding-bottom: 10px;
}

.role-title>h2::after {
  content: '';
  height: 20px;
  width: 58px;
  position: absolute;
  background: url('/index2021/decorate.png') no-repeat;
  right: -46px;
  bottom: -20px;
}

.role {
  margin-bottom: 42px;
}

.column-content {
  margin-top: 37px;
}

.column-item-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.column-item-img a{
  width: 100%;
  height: 100%;
  display: inline-block;
}

.column-item-img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.column-item-img a:hover img {
  transform: scale(1.1);
  transition: 1s;
}

.column-item-text {
  float: left;
  width: 304px;
  margin-left: 13px;
  padding-top: 27px;
}

.column-item-text>h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #444;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}

.column-item-text>h3>a {
  color: #444;
}
.column-item-text>h3>a:hover {
  color: #ed5296;
}


.column-item-text>span {
  font-size: 14px;
  color: #888;
}

.column-item {
  margin-bottom: 30px;
}

.column-item:last-child {
  margin: 0;
}

.btn-group {
  float: left;
  font-size: 0;
}

.btn-icon{
  position: absolute;
  top: 14px;
  left: 25px;
  transition: all .5s;
}

.btn-group li {
  margin-bottom: 22px;
  position: relative;
}

.btn-group li:last-child {
  margin: 0;
}
.btn-group img{
  border-radius: 12px;
}
  .btn-group a:hover .btn-icon{
  transform: rotate(-360deg);
  transition:.5s all;
}

/* 深圳妇联 */
.federation-group li {
  width: 240px;
  height: 110px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.federation-group li:nth-child(5),
.federation-group li:nth-child(10) {
  margin: 0;
  margin-bottom: 20px;
}

.federation-group li:nth-child(1) {
  background: url('/index2021/outside_nav_1.png') no-repeat;
}

.federation-group li:nth-child(2) {
  background: url('/index2021/outside_nav_2.png') no-repeat;
}

.federation-group li:nth-child(3) {
  background: url('/index2021/outside_nav_3.png') no-repeat;
}

.federation-group li:nth-child(4) {
  background: url('/index2021/outside_nav_4.png') no-repeat;
}

.federation-group li:nth-child(5) {
  background: url('/index2021/outside_nav_5.png') no-repeat;
}

.federation-group li:nth-child(6) {
  background: url('/index2021/outside_nav_6.png') no-repeat;
}

.federation-group li:nth-child(7) {
  background: url('/index2021/outside_nav_7.png') no-repeat;
}

.federation-group li:nth-child(8) {
  background: url('/index2021/outside_nav_8.png') no-repeat;
}

.federation-group li:nth-child(9) {
  background: url('/index2021/outside_nav_9.png') no-repeat;
}

.federation-group li:nth-child(10) {
  background: url('/index2021/outside_nav_10.png') no-repeat;
}

.federation-group {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.federation-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.federation-content p:first-child {
  /* padding: 0 15px 0; */
  margin-bottom: 3px;
}
.federation-group li:nth-child(1) p,.federation-group li:nth-child(2) p,.federation-group li:nth-child(4) p,.federation-group li:nth-child(5) p,.federation-group li:nth-child(8) p,.federation-group li:nth-child(9) p{
  margin-left: 60px
}
.federation-group li:nth-child(3) p,.federation-group li:nth-child(6) p,.federation-group li:nth-child(7) p,.federation-group li:nth-child(10) p{
  margin-left: -60px;
}

.hide{
  display: inline-block;
  background: rgba(255, 255, 255, 0.753);
  padding: 0 15px 0;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  opacity:0;
}

.federation-content>a:hover>.hide{
  display: inline-block;
  opacity: 1;
}

.federation-group a{
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  color: #666666;
  box-sizing: border-box;
}

.federation-group li:hover{
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.gzdt,.ywjj,.tzgz{
  display: none;
}

.show{
  display: block;
}
.szns{
  position: relative;
}
.hover-qrcode{
  width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #666;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-left: 10px;
  transition: all .5s ease;
  /* transform: scaleX(0); */
  overflow: hidden;
  max-height: 0
  /* opacity: 0; */
}
.hover-qrcode p{
  width: 112px;
}
.szns:hover .hover-qrcode{
  /* transform: scaleX(1) */
  width: 112px;
  max-height: 200px;
  /* opacity: 1; */
}
.right-nav{
  position: fixed;
  right: 10px;
  top: 370px;
  width: 90px;
}
.right-nav ul li {
  margin: 0 0 10px 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,.1);
  position: relative;
  font-size: 0;
}
.right-nav ul li img {
    width: 100%;
}

.right-nav .item-siq:hover .select_tools{
  display: block;
}

.right-nav .item-siq .select_tools{
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 12px;
  background: #fff;
  border-radius: 3px;
  width: 650px;
  right: calc(100% + 10px);
  top: 0px;
  display: none;
}